home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / scrolock.zip / SCROLOCK.DOC < prev   
Text File  |  1991-10-05  |  3KB  |  77 lines

  1. SCROLL LOCK
  2. -----------
  3.  
  4. INTRODUCTION
  5. ------------
  6.  
  7.  SCROLOCK.COM is a small memory-resident (TSR) utility for IBM and 
  8. compatible PC's that does one thing: makes the Scroll Lock key 
  9. functional. Normally when using the TYPE, DIR, and other DOS 
  10. commands, information scrolls off the screen too fast for you to 
  11. read.  You can press Ctrl-S to pause the scrolling, but that's 
  12. only a partial solution.  SCROLOCK make the Scroll Lock key do 
  13. what it should do.  Press it once and the screen pauses...press it 
  14. again to resume scrolling.
  15.  
  16. SCROLOCK works by constantly intercepting the video BIOS interrupt 
  17. (INT 10h), checking the status of the Scroll Lock.  If the key is 
  18. not engaged, processing continues as usual with virtually no 
  19. delay.  If the key IS engaged, the system will wait until it is 
  20. released before continuing. Only the foreground application is 
  21. halted by SCROLOCK, and only when it is updating the screen.
  22.  
  23.  
  24. HARDWARE REQUIREMENTS
  25. ---------------------
  26.  
  27. SCROLOCK works on any IBM-compatible computer with DOS 2.1 or a 
  28. later version.  It has no special memory or monitor requirements.
  29.  
  30.  
  31. USING SCROLOCK
  32. --------------
  33.  
  34. To activate SCROLOCK, simply type SCROLOCK at the DOS prompt, or 
  35. include the line in your AUTOEXEC.BAT or other batch file. It is 
  36. useful in particular with programs and languages (like 
  37. BASICA/GWBASIC) that do not recognize a "control-S" keypress to 
  38. halt a long screen listing.   
  39.  
  40. NOTE: SCROLOCK should be loaded only once during a session at 
  41. the computer.  If you invoke it a second time, you will just eat 
  42. up another 400 bytes or so of memory for no good purpose.  You can
  43. use a TSR manager like INSTALL/REMOVE or MARK/RELEASE or POPDROP 
  44. to reclaim the memory used by the program and disable it. (The 
  45. active part of the program after installation is actually less 
  46. than 32 bytes long.  The other 300-odd bytes it uses are basically 
  47. DOS overhead.)
  48.  
  49. After loading SCROLOCK, simply press the Scroll Lock key to pause 
  50. any data scrolling too fast for you to read.  To resume scrolling, 
  51. press the key once more.  You may repeat this process as needed.
  52.  
  53. Because of the way it works, SCROLOCK will always pause the screen 
  54. BETWEEN the output of two characters, not DURING the output of a 
  55. single character, eliminating this source of confusion.  
  56.  
  57. DONATIONS
  58. ---------
  59.  
  60. This is my first attempt at "publishing" a PC utility program.  
  61. Feel free to use it and to give copies to whomever you choose, but 
  62. please also include this documentation file with it. If you upload 
  63. it to another BBS system, upload the two files together as a .ZIP 
  64. or .ARC or similar combined file.
  65.  
  66. I do not demand that you pay me money if you find the program 
  67. useful, but if you would like to contribute $5.00 or so it would 
  68. certainly encourage me to attempt other, more ambitious projects.
  69.  
  70. Send any contributions to: 
  71.  
  72. Daniel Schwartz 
  73. 75 E. 190 St. #1D 
  74. Bronx, NY 10468
  75.  
  76. 
  77.